Package-level declarations

Types

Link copied to clipboard

Type of known action in the Persist Info

Link copied to clipboard
data class PersistEntry(val id: Int, val value: String, val time: Long, val retention: Int)
Link copied to clipboard
data class RetrieveTextData(val type: String, val infos: List<PersistEntry>? = null, val avsId: String, var position: RetrieveTextData.Position? = null)